home *** CD-ROM | disk | FTP | other *** search
/ Hacker 3 / HACKER03.ISO / Igre / Quake Goodies / Botovi.exe / RPBOT / B08chg.txt < prev    next >
Encoding:
Text File  |  1996-11-14  |  1.9 KB  |  82 lines

  1. Changes from beta 0.75 to beta 0.8
  2. -----------------------------
  3.  
  4. * Bots keep their individual skill level
  5. on level change (only first 5 bots,
  6. because of parm space limitations)
  7.  
  8. * Improved team AI - teammate bots
  9. will call for help, or warn other bots
  10. to run away
  11.  
  12. * Improved running away
  13.  
  14. * Improved chase, using routing.
  15. How long bot chases enemy depends
  16. on skill.
  17.  
  18. * Improved handling of multiple 
  19. enemies - bot picks who to fight, 
  20. and may decide to run away
  21.  
  22. * Improved route caching 
  23.     - bots are less likely to 
  24. get distracted if seeking something 
  25. they really want.
  26.     - better route update 
  27. propagation.
  28.     - age entries in bot route cache.
  29.     - improved route following 
  30. through teleports.
  31.  
  32. * Better sidestepping if run into corner
  33. of wall, or teammate
  34.  
  35. * If skill == 1 (the console skill setting,
  36. not the individual bot skill), then bots
  37. auto-adjust their skill based on 
  38. sucess/failure against players
  39.  
  40. * Added a support for the skin spec - 
  41. non-player team bots use skin 15, and
  42. with skins mode 2, bot skin is based 
  43. on skill level
  44.  
  45. * Improved water movement
  46.  
  47. * Reduced telefrag loops - bots delay
  48. respawn after they've been telefragged
  49.  
  50. * Low skill bots (< 2) have poorer 
  51. z axis (up/down) vision
  52.  
  53. * Made skill 3 bot more lethal -
  54. better aiming and strafing
  55.  
  56. * Bot understands that lightning gun
  57. has limited range
  58.  
  59. * Basic bot "hearing" implemented -
  60. bots react to nearby noises at higher
  61. skills
  62.  
  63. * Added support for dedicated servers
  64.  
  65. * Fixed go for secret doors by bots
  66. (broke in 0.75)
  67.  
  68. * Reaper.cfg is now named autoexec.cfg
  69. in the archive, so it automatically runs
  70. (rename it if you don't want it).
  71.  
  72. * Implemented crude edict management.
  73. Its not perfect, but it should reduce the
  74. crashes due to no free edicts.
  75.  
  76. * Lower than skill 1 bots can't strafe
  77. to items - they have to turn and run to
  78. them.
  79.  
  80. * Improved jumping AI
  81.  
  82.